今天遇到了这个错误:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found),结果查询出来的办法如下: mybatis的xml文件的命名空间写错,命名空间应该是xml对应的数据接口类。 例如:类名是 ...
分类:
Web程序 时间:
2020-06-04 10:34:45
阅读次数:
100
系统环境:centos61、需要升级版本libc,误操作导致的2、执行命令都是报错:[root@localhost~]#llls:errorwhileloadingsharedlibraries:libc.so.6:cannotopensharedobjectfile:Nosuchfileordirectory[root@localhost~]#lsls:errorwhileloadingshar
分类:
其他好文 时间:
2020-06-03 09:20:00
阅读次数:
115
参考李文周的博客搭建vscode的go开发环境 在go build 时报如下错误: exec: “gcc”: executable file not found in %PATH% 以及 sorry, unimplemented: 64-bit mode not compiled in 解决方案: ...
分类:
其他好文 时间:
2020-06-02 21:41:56
阅读次数:
65
这篇文章主要是记录下我从讨厌,习惯,喜欢,热爱BEM方式的心路历程 刚入职水滴, 第一个需求是做5个落地页,开了需求,过了设计图,so easy一切都在计划中,提测,准备上线最后阶段codereview 居然打回重写,原因是css要按照BEM规范,迷茫脸 what?what?what? 这个是什么鬼 ...
分类:
Web程序 时间:
2020-06-02 18:47:10
阅读次数:
60
在Androidstudio调试安卓串口的一个demo工程,第一次接触安卓串口,记录一下调试过程的坑。 工程来自github,https://github.com/jp1017/AndroidSerialPort 首先,需要编译出串口的so。 打开工程,在AndroidSerialPort-mast ...
分类:
移动开发 时间:
2020-06-02 13:12:03
阅读次数:
75
运行:strings /lib64/libc.so.6 |grep GLIBC_发现没有GLIBC_2.18下载:wget http://mirrors.ustc.edu.cn/gnu/libc/glibc-2.18.tar.gz解压:tar -zxvf glibc-2.18.tar.gz进入解压文 ...
分类:
其他好文 时间:
2020-06-02 09:47:11
阅读次数:
181
报错: error eslint@5.8.0: The engine "node" is incompatible with this module. Expected version "^6.14.0 || ^8.10.0 || >=9.10.0". Got "9.3.0" error Found ...
分类:
其他好文 时间:
2020-06-01 21:02:01
阅读次数:
132
在启动一台消费者微服务时出现了异常 Field client in com.rachel.web.ConsumerController required a bean of type 'org.springframework.cloud.netflix.ribbon.RibbonLoadBalanc ...
分类:
数据库 时间:
2020-06-01 00:39:29
阅读次数:
215
知识点:1.安装jmeter 2.执行第一个脚本 3.报错unzip: command not found 解压方法yum install -y unzip zip 连接服务器在/目录安装jdk1.8 yum -y install java-1.8.0-openjdk* 安装完成后环境变量自动生效输 ...
分类:
系统相关 时间:
2020-05-31 18:01:09
阅读次数:
104
ubuntu、windows7双系统。ubuntu无法挂载ntfs分区 忘记截图了,记录一下 1、如题,Ubuntu无法加载NTFS硬盘,原硬盘在/dev/sda2位置,mount命令说找不到,执行sudo fdisk -l命令,可以看到硬盘在/dev/sda位置,分区在/dev/sda2上 2、运 ...
分类:
移动开发 时间:
2020-05-31 16:20:33
阅读次数:
229